home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Utilities / System / System Utilities / Shells / MacCLI / .startup < prev    next >
Encoding:
Text File  |  1993-09-05  |  1.3 KB  |  30 lines  |  [TEXT/EDIT]

  1. ¿Script
  2.  
  3. # Sample .startup file for MacCLI
  4. # The .startup file is much like Unix's .login file. It is a script of commands
  5. # that are performed at startup. a '#' at the beginning of the line denotes a
  6. # script comment.
  7. # note "¿Script" must be at the top of the file for MacCLI to recognise
  8. # it as a valid script. ¿ can be typed by option-shift-/
  9.  
  10. echo-w ***************************************************************************
  11. echo-w *                              Welcome to MacCLI!                         *
  12. echo-w *                 The Amazing Command Line Interface Program..            *
  13. echo-w *                                  For Mac!!                              *
  14. echo-w *                                                                         *
  15. echo-w *                             By Astro & Thorfinn                         *
  16. echo-w *                                                                         *
  17. echo-w ***************************************************************************
  18. echo-w  
  19. echo-w *                  ### Please Read the Instructions file ###
  20. echo-w *                             (edit instructions)
  21. echo-w *                                 Have Fun!
  22. echo
  23.  
  24. # Put in a few startup commands
  25. # actually it is better to put alias's into the .console script
  26. # than here..
  27.  
  28. # ls :
  29. df
  30.